翻訳と辞書
Words near each other
・ Non-linear coherent states
・ Non-linear editing system
・ Non-linear effects
・ Non-linear iterative partial least squares
・ Non-linear least squares
・ Non-linear multi-dimensional signal processing
・ Non-Linear Preferential Attachment
・ Non-linear sigma model
・ Non-Linear Systems
・ Non-local means
・ Non-local variable
・ Non-lock concurrency control
・ Non-logical symbol
・ Non-Manufacturing Business Activity Index
・ Non-Manufacturing ISM Report on Business
Non-maskable interrupt
・ Non-material culture
・ Non-measurable set
・ Non-Mendelian inheritance
・ Non-metallic inclusions
・ Non-methane volatile organic compound
・ Non-metropolitan county
・ Non-metropolitan district
・ Non-mevalonate pathway
・ Non-military armored vehicle
・ Non-minimally coupled inflation
・ Non-ministerial government department
・ Non-modulating essential hypertension
・ Non-Molestation Order
・ Non-monetary economy


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Non-maskable interrupt : ウィキペディア英語版
Non-maskable interrupt
A non-maskable interrupt (NMI) is a hardware interrupt that cannot be ignored by standard interrupt masking techniques in the system. It is typically used to signal attention for non-recoverable hardware errors. (Some NMIs may be masked, but only by using proprietary methods specific to the particular NMI.)
== Overview ==
An NMI is often used when response time is critical or when an interrupt should never be disabled during normal system operation. Such uses include reporting non-recoverable hardware errors, system debugging and profiling, and handling of special cases like system resets.
In modern architectures, NMIs are typically used to handle non-recoverable errors which need immediate attention. Therefore, such interrupts should not be masked in the normal operation of the system. These errors include non-recoverable internal system chipset errors, corruption in system memory such as parity and ECC errors, and data corruption detected on system and peripheral buses.
On some systems, an NMI can be triggered by the computer's user through hardware and software debugging interfaces and system reset buttons.
Debugging NMIs are typically used to diagnose and fix faulty code. In such cases an NMI is used to execute an interrupt handler that transfers control to a special monitor program. From this program a developer can inspect the machine's memory, and examine the internal state of the program at the instant of its interruption. This also allows computers which appear to be hung to be debugged or diagnosed.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Non-maskable interrupt」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.